{% extends "trees/base.html" %} {% block title %}Staff sign in - JM3{% endblock %} {% block content %}

JM3 Staff

Username & password (admin / JM3 staff only).

{% csrf_token %} {% for field in form %}
{{ field.errors }}
{% endfor %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}

← Back to JM3

{% endblock %} {% block extra_js %}{% endblock %}